|
|
|
|
SwitchingEventArgs Class |
SwitchingEventArgs Class (Softelvdm.SftTabsNET Namespace)
Provides data for the Switching event.
VB |
Public Class SwitchingEventArgs Inherits EventArgs |
C# |
public class SwitchingEventArgs : EventArgs |
C++ |
public ref class SwitchingEventArgs : public EventArgs |
Public |
Properties |
Events |
|||
Protected |
Constructors |
Properties |
Fields |
|
Description |
|
none | This class cannot be instantiated. |
Description | |
Defines whether tab switching should proceed. This value can be modified by the event handler. | |
The zero-based index of the currently active tab or -1 if there is no active tab. | |
Empty | Represents an event with no event data. |
The zero-based index of the tab about to become active. | |
Description | |
Equals | Determines whether the specified Object is equal to the current Object. |
GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType | Gets the Type of the current instance. |
ReferenceEquals | Determines whether the specified Object instances are the same instance. |
ToString | Returns a String that represents the current Object. |
Description | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone | Creates a shallow copy of the current Object. |
See Also Softelvdm.SftTabsNET Namespace